I have the same problem, and it's quite annoying 😕 As a workaround, I use the package as a local dependency in a full app project.
Here is the tip:
I created a PreviewTester PreviewProvider, in which I reference a preview I want to see (requires to make it public, which I don't like at all, but I just don't commit it).
struct PreviewTester: PreviewProvider {
static var previews: some View {
YourView_Previews.previews
}
}
Then I start the preview, pin it, and edit the view in the package source file.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: